os.file.dirinfo (field)

12 uses

	os (current package)
		dir_unix.go#L46: 	if f.dirinfo == nil {
		dir_unix.go#L47: 		f.dirinfo = new(dirInfo)
		dir_unix.go#L48: 		f.dirinfo.buf = dirBufPool.Get().(*[]byte)
		dir_unix.go#L50: 	d := f.dirinfo
		file.go#L239: 	if e == nil && f.dirinfo != nil && r != 0 {
		file_unix.go#L57: 	dirinfo     *dirInfo // nil unless directory being read
		file_unix.go#L247: 	if file.dirinfo != nil {
		file_unix.go#L248: 		file.dirinfo.close()
		file_unix.go#L249: 		file.dirinfo = nil
		file_unix.go#L269: 	if f.dirinfo != nil {
		file_unix.go#L272: 		f.dirinfo.close()
		file_unix.go#L273: 		f.dirinfo = nil